SixBit API Schema
LotSizeType Simple Type
Description
The lot size for the item.
Namespace (none)
Type
Restriction of xs:integer
Diagram
LotSizeType Simple Type
Overview
LotSizeType Restriction of xs:integer
The lot size for the item.
Facets
MinInclusive0
MaxInclusive32700
Source
<xs:simpleType name="LotSizeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The lot size for the item.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0" />
    <xs:maxInclusive value="32700" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.